home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000223_news@watsun.cc.columbia.edu _Mon Feb 15 17:26:23 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA22944
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Feb 1999 17:26:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA17464
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 15 Feb 1999 17:02:35 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: dold@92.usenet.us.com
  10. Subject: Re: Scripting F1, Downarr
  11. Date: 15 Feb 1999 22:02:09 GMT
  12. Organization: a2i network
  13. Message-ID: <7aa5h1$86q$1@samba.rahul.net>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. Jeffrey Altman (jaltman@watsun.cc.columbia.edu) wrote:
  17. : In article <7a9m2g$52e$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  18. : : I can't see a terminal independent way to output the \Kdnarr.
  19. : : When I run kermit interactively, I have all of the cursor control and
  20. : : function key usage that I need, but I can't seem to script those guys.
  21.  
  22. : OUTPUT \Kdnarr
  23.  
  24. : : I have the login, waitfor stuff okay, I do that on other systems.
  25. : : The only thing I am missing is the proper output for the function keys
  26. : : and cursor keys.
  27.  
  28. : Assuming that you are using a VT terminal emulation there is no F1 key.
  29. : Do you mean the PF1 key? \Kpf1
  30.  
  31. Wait a minute...
  32. There is no \Kdnarr, nor \Kpf1, because in c-kermit, there is no "TERM".
  33. Interactively, I am a Vt100, today, coming from a K95 session.
  34. but running a batch from a unix box, I have no terminal type intrinsic to
  35. ckermit, right?
  36. So I have to output specific characters to make it work.
  37.  
  38. since I know the program accepts VT100, and it's on a Unix box, in my batch
  39. (no terminal) script, I could
  40.     output TERM=vt100 export TERM\013
  41. and later
  42.     output \027OP    ; F1 transmit
  43.     output \027OB    ; downarrow transmit
  44.  
  45. I had tried \Kdnarr, which works if invoked from Kermit-95, although I
  46. didn't manage to wind my way into the proper screen.
  47.  
  48. -- 
  49. ---
  50. Clarence A Dold - dold@network.rahul.net
  51.                 - Pope Valley & Napa CA.